home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 39 / Creative-Review-CD-ROM-39.iso / pc / more / continuum / project2.dir / 00385_Script_go to colour < prev    next >
Text File  |  1998-06-02  |  414b  |  21 lines

  1. global theLabel
  2. on mouseUp me
  3.   if (theLabel = 50) then
  4.     set the locV of sprite 30 to 1000
  5.     puppetTransition 27, 0, 300
  6.   end if
  7.   go to label("colour")+(the frame - theLabel)
  8.   set theLabel = 380
  9. end
  10.  
  11.  
  12. on mouseEnter me
  13.   if theLabel = 10 then set the locV of sprite 77 to 94
  14.   updatestage
  15. end
  16.  
  17. on mouseLeave me
  18.   if theLabel = 10 then set the locV of sprite 77 to -500
  19.   updatestage
  20. end
  21.